The CxAudEditor object is a dialog box-based editor for the Audit Service (AUD). Declare the object using the following code:
|
CreateObject("CxEditors.CxAudEditor") |
Each method in this document will assume you have declared and connected the CxAudEditor object using the following code:
|
Dim AudEditor Set AudEditor = CreateObject("CxEditors.CxAudEditor") AudEditor.Connect("CYGDEMO.AUD") |
More: